CALL /  TEXT  / EMAIL

Search

JDM Dealer inventory


1999 MERCEDES BENZ CLK CLK320 CABRIOLET

116,400 km / Automatic / Gasoline / WDB208465-1T011328

1999-03 / BLACK / No known repairs / LHD / 3.2 L / 2WD

Reach us about this unit:
Vehicle options (experimental):
  • Automatic Transmission (AT)
  • Dealer Vehicle
  • Left-Hand Drive
  • Air Conditioner
  • Power Windows
  • Navigation
  • Leather Seats
  • 16-inch Aluminum Wheels
  • Keyless Entry
  • Cassette Player
  • ABS
  • Airbags
  • Power Seats
  • Anti-Theft Device
  • Automatic (AT) 5-speed
  • Seating Capacity: 4 persons
  • Airbag (Passenger Seat)
  • Side Airbags
  • HID (High-Intensity Discharge Headlights)
  • Backup Camera
  • Cruise Control
  • Seat Heater
  • Memory Navigation

Coming at auction:

No upcoming auction results found for your criteria.
Interested in the auctions?
const images = [ "https://picture1.goo-net.com/7000403257/30250706/J/70004032573025070601500.jpg", "https://picture1.goo-net.com/040/0403257/J/0403257A30250706W01501.jpg", "https://picture1.goo-net.com/040/0403257/J/0403257A30250706W01502.jpg", "https://picture1.goo-net.com/040/0403257/J/0403257A30250706W01503.jpg", "https://picture1.goo-net.com/040/0403257/J/0403257A30250706W01504.jpg", "https://picture1.goo-net.com/040/0403257/J/0403257A30250706W01505.jpg", "https://picture1.goo-net.com/040/0403257/J/0403257A30250706W01506.jpg", "https://picture1.goo-net.com/040/0403257/J/0403257A30250706W01507.jpg", "https://picture1.goo-net.com/040/0403257/J/0403257A30250706W01508.jpg", "https://picture1.goo-net.com/040/0403257/J/0403257A30250706W01509.jpg", "https://picture1.goo-net.com/040/0403257/J/0403257A30250706W01510.jpg", "https://picture1.goo-net.com/040/0403257/J/0403257A30250706W01511.jpg", "https://picture1.goo-net.com/040/0403257/J/0403257A30250706W01512.jpg", "https://picture1.goo-net.com/040/0403257/J/0403257A30250706W01513.jpg", "https://picture1.goo-net.com/040/0403257/J/0403257A30250706W01514.jpg", "https://picture1.goo-net.com/040/0403257/J/0403257A30250706W01515.jpg", "https://picture1.goo-net.com/040/0403257/J/0403257A30250706W01516.jpg", "https://picture1.goo-net.com/040/0403257/J/0403257A30250706W01517.jpg", "https://picture1.goo-net.com/040/0403257/J/0403257A30250706W01518.jpg", "https://picture1.goo-net.com/040/0403257/J/0403257A30250706W01519.jpg", "https://picture1.goo-net.com/040/0403257/J/0403257A30250706W01520.jpg", "https://picture1.goo-net.com/040/0403257/J/0403257A30250706W01521.jpg", "https://picture1.goo-net.com/040/0403257/J/0403257A30250706W01522.jpg", "https://picture1.goo-net.com/040/0403257/J/0403257A30250706W01523.jpg", ]; let currentIndex = 0; let autoAdvanceInterval = null; function updateImage() { const img = document.getElementById('carouselImage'); if (img && images.length > 0) { img.onerror = function () { this.onerror = null; this.src = "https://www.goo-net-exchange.com/common/img/nophoto.jpg"; }; img.src = images[currentIndex]; highlightThumbnail(currentIndex); } } function highlightThumbnail(index) { const thumbs = document.querySelectorAll('.carousel-thumbnail'); const container = document.getElementById('carouselThumbnails'); thumbs.forEach((thumb, i) => { thumb.classList.toggle('active', i === index); }); const activeThumb = thumbs[index]; if (activeThumb && container) { const offsetLeft = activeThumb.offsetLeft; const thumbWidth = activeThumb.offsetWidth; const containerWidth = container.offsetWidth; // Scroll to make the active thumbnail visible centered-ish const scrollPos = offsetLeft - (containerWidth / 2) + (thumbWidth / 2); container.scrollTo({ left: scrollPos, behavior: 'smooth' }); } } function renderThumbnails() { const thumbContainer = document.getElementById('carouselThumbnails'); if (!thumbContainer) return; thumbContainer.innerHTML = images.map((src, index) => ` `).join(''); // Add click handlers document.querySelectorAll('.carousel-thumbnail').forEach(thumb => { thumb.addEventListener('click', e => { currentIndex = parseInt(e.target.dataset.index); updateImage(); }); }); highlightThumbnail(currentIndex); } function changeCarousel(direction) { currentIndex = (currentIndex + direction + images.length) % images.length; updateImage(); } function startAutoAdvance() { autoAdvanceInterval = setInterval(() => changeCarousel(1), 4000); } function stopAutoAdvance() { clearInterval(autoAdvanceInterval); } // Swipe handling function setupSwipeListeners(el) { let startX = 0, startY = 0; el.addEventListener('touchstart', e => { startX = e.touches[0].clientX; startY = e.touches[0].clientY; }); el.addEventListener('touchend', e => { const endX = e.changedTouches[0].clientX; const endY = e.changedTouches[0].clientY; const deltaX = endX - startX; const deltaY = endY - startY; const swipeThreshold = 50; const verticalLimit = 100; if (Math.abs(deltaX) > swipeThreshold && Math.abs(deltaY) 0) changeCarousel(-1); // swipe right else changeCarousel(1); // swipe left } }); } document.addEventListener('DOMContentLoaded', () => { updateImage(); // startAutoAdvance(); renderThumbnails(); const wrapper = document.querySelector('.inline-carousel'); if (wrapper) setupSwipeListeners(wrapper); document.addEventListener('keydown', e => { if (e.key === 'ArrowRight') changeCarousel(1); else if (e.key === 'ArrowLeft') changeCarousel(-1); }); }); document.addEventListener("DOMContentLoaded", function () { document.getElementById("bpro-btn-text-text").href = "sms:+14034811065?body=Re%20BPro%20unit%20" + window.location.href; document.getElementById("bpro-btn-whatsapp-text").href = "https://wa.me/14034811065?text=Re%20BPro%20unit%20" + window.location.href; document.getElementById("bpro-btn-facebook-text").href = "http://m.me/BProAutoJDMimports?text=Re%20BPro%20unit%20" + window.location.href; document.getElementById("bpro-btn-instagram-text").href = "https://ig.me/m/b.pro.jdm?text=Re%20BPro%20unit%20" + window.location.href; document.getElementById("bpro-btn-email-text").href = "mailto:brian@b-pro.ca?subject=Inquiry%20-%20"+document.title+"&body=Hello%20I%20am%20interested%20in%20this%20unit%20%20" + window.location.href; });

contact us

We would be happy to import a JDM vehicle for you! Please contact us to discuss the details of importing from Japan to Canada with B-Pro Auto, or to ask any other questions you may have! We would love to start the conversation with you.

 

Phone: 403-481-1065

Email: brian@b-pro.ca info@b-pro.ca b.pro.rhd@gmail.com